Get Data Point Value

{ getDataPointValue }

Retrieve the actual value of a given data point. That value represent the value of the measure which is located in the Values Drop zone.

Method
getDataPointValue(dataPoint: number[]): number

Arguments

dataPoint: number []

  • The data point to retrieve value for.

Returns

number

  • A number representing the data point value.